[HVM] Remove a useless header file include in hvm.c
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 15 Sep 2006 10:04:41 +0000 (11:04 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 15 Sep 2006 10:04:41 +0000 (11:04 +0100)
Signed-off-by: Xin Li <xin.b.li@intel.com>
xen/arch/x86/hvm/hvm.c

index 0a7aa015d497d2cd556f6d7f700b8552a42a1937..72799aa8ae2f5aefacc0eddcd26287859285fd2c 100644 (file)
@@ -337,7 +337,6 @@ int cpu_get_interrupt(struct vcpu *v, int *type)
     return -1;
 }
 
-#include <asm/hvm/vmx/vmx.h>
 void hvm_hlt(unsigned long rflags)
 {
     struct vcpu *v = current;